home *** CD-ROM | disk | FTP | other *** search
/ PC Open 107 / PC Open 107 CD 2.bin / CD2 / PDF / Corsi / PHP / lezione_1 / test.php < prev    next >
Encoding:
Text File  |  2004-06-23  |  414 b   |  10 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4.  <title>capire get e post</title>
  5. </head>
  6.  <body>
  7.  <h4>Questa pagina serve solo a vedere la differenza tra la tramissione dei dati coi metodi POST (nessuna indicazione nella linea del browser) e GET (il dato "nome" viene passato direttamente nella riga del browser).</h4>
  8.  </body>
  9. </html>
  10.